object frmReconnect: TfrmReconnect Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Connection lost' ClientHeight = 75 ClientWidth = 274 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow DesignSize = ( 274 75) PixelsPerInch = 96 TextHeight = 13 object lblMessage: TTntLabel Left = 16 Top = 16 Width = 241 Height = 13 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Reconnecting...' end object btnCancel: TTntButton Left = 104 Top = 41 Width = 80 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' TabOrder = 0 OnClick = btnCancelClick ExplicitTop = 47 end object Boss: TBoss Left = 32 Top = 40 end end